<style type="text/css">
	
body {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	padding: 0;
	text-align: left;
}

h1 {
	color: #333;
	font: normal 2.5em Arial, sans-serif;
	margin: 10px 0 30px 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
}

h2 {
	color: #121212;
	font: normal 1.4em Georgia, serif;
	margin: 10px 0;
}

p {
	line-height: 18px;
}



/* codice CSS pop-up */

hr.spacer {
	color: #000;
	margin: 20px 0;
}

.pic {
	position: relative;
}

.pic a .large {
	display: none;
}

.align-left {
	float: left;
	margin: 0 10px 2px 0;
}

.pic a img {
	border: 1px solid #dadada;
	padding: 1px;
}

.pic a.view, .pic a.view:visited {
	text-decoration: none;
}

.pic a.view:hover {
	color: #000000;
	text-decoration: none;
}

.pic a.view:hover .large {
	position: absolute;
	display: block;
	left: 100px;
	top: -50px;
	border: 0;
	z-index: 999;
}

.pic a.view2:hover .large {
	position: absolute;
	display: block;
	right: 50px;
	top: -200px;
	border: 0;
	z-index: 999;
}
	</style>
